/* * Written by Cony * */
@charset "utf-8";

html,body{
  font-family: "microsoft yahei","\5fae\8f6f\96c5\9ed1";
  font-size: 16px;
}
em{
  font-style: normal;
}
.w-840{
  width: 840px;
  float: left;
}
.w-300{
  width: 300px;
  float: right;
  margin-bottom: 35px;
}
.w-1160{
  width: 1160px;
  margin: auto;
  overflow: hidden;
}

.w-1920{
  width: 100%;
  margin: auto;
  overflow: hidden;
}

a{
  transition: all .3s;
}
a img{
  outline: none!important;
  border: none;
}
a:hover{
  color: #62ab00;
}
.main-color{
  color: #62ab00;
}
.public-border{
  border: 1px solid #e8e8e8;
}
.public-top-border{
  border-top: 1px solid #e8e8e8;
}
.public-bottom-border{
  border-bottom: 1px solid #e8e8e8;
}
.line1{
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.line2{
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  white-space: normal;
  -webkit-box-orient: vertical;
}
.line3{
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  white-space: normal;
  -webkit-box-orient: vertical;
}
.title-on-img{
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  line-height: 0;
}
.title-on-img > img{
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: 8;
}
.title-on-img > span.img-title{
  display: inline-block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: rgba(0,0,0,.5);
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  padding: 0 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
  z-index: 9;
}
p{
  text-align: justify;
}
p a {
  color: #62ab00;
}
p.has-details{
  position: relative;
}
p.has-details > span.in-p{
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
}
p.has-details > span.in-p a{
  color: #62ab00;
}

ul.has-dot li:before{
  content: "";
  display: inline-block;
  background: #e5e5e5;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin-right: 8px;
  position: relative;
  top: -2px;
}
ul li{
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.public-title{
  border-bottom: 3px solid #e8e8e8;
  line-height: 50px;
}
.public-title > h3{
  font-size: 22px;
  font-weight: 600;
  color: #333;
  display: inline-block;
  border-bottom: 3px solid #6cbcff;
  position: relative;
  bottom: -3px;
}
.public-title > h2{
  font-size: 22px;
  font-weight: 600;
  color: #333;
  display: inline-block;
  border-bottom: 3px solid #6cbcff;
  position: relative;
  bottom: -3px;
}
.public-title > span{
  font-size: 22px;
  font-weight: 600;
  color: #333;
  display: inline-block;
  border-bottom: 3px solid #6cbcff;
  position: relative;
  bottom: -3px;
}
.public-title > a.title-more{
  color: #999;
  font-size: 14px;
  position: relative;
  bottom: -3px;
}
.public-title > a.title-more:hover{
  color: #62ab00;
}

/*header*/
header .top-bar{
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  color: #666;
  border-bottom: 1px solid #e8e8e8;
}
.logo-items{
  height: 100px;
}
.logo-items .logo{
  width: 200px;
}
.logo-items #hospital-name{
  font-size: 22px;
  line-height: 60px;
  display: inline-block;
}
.logo-items .header-chat{
  color: #fff;
  background: #62ab00;
  padding: 10px 20px;
  border-radius: 3px;
  height: 40px;
  line-height: 20px;
  margin-top: 10px;
}
  /*nav*/
nav{
  background: #6cbcff;
}
nav ul{
  height: 50px;
}
nav ul li{
  width: 165px;
  float: left;
}
nav ul li a{
  display: inline-block;
  width: 100%;
  line-height: 50px;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
}
nav ul li a:hover,nav ul li.cur-nav a{
  color: #0266e0;
}
.footer-nav ul li.ftnav a{ color:#ffffff;}
.top-banner img{
  width: 100%;
  height: auto;
  display: block;
}

/*main*/
.index-hospital{
  height: 342px;
}
.index-hospital .hospital-img{
  width: 380px;
  flex-shrink: 0;
}
.index-hospital .hospital-img > a{
  display: block;
  width: 380px;
  height: 300px;
}
.index-hospital .hospital-text{
  flex-direction: column;
  width: 714px;
}
.index-hospital .hospital-info > a{
  font-size: 22px;
  color: #000000; font-weight:bold;
  line-height: 40px;
}
.index-hospital .hospital-info > a:hover{
  color: #5b950c;
}
.index-hospital .hospital-info p{
  color: #666;
  font-size: 14px;
  line-height: 24px;
}
.index-hospital .hospital-address i{
  color: #62ab00;
  margin-right: 5px;
  position: relative;
  top: 3px;
}
.index-hospital .hospital-address p{
  color: #333;
}
.hospital-news .news-title{
  border-bottom: 1px solid #e8e8e8;
  line-height: 30px;
}
.hospital-news .news-title span{
  color: #62ab00;
  padding: 3px 0;
  position: relative;
  bottom: -1px;
  font-size: 18px;
  display: inline-block;
  border-bottom: 2px solid #62ab00;
}
.hospital-news ul li{
  width: 50%;
  float: left;
}
.hospital-news ul li a{
  font-size: 14px;
  color: #333;
  line-height: 29px;
}
.hospital-news ul li a:hover{
  color: #62ab00;
}

/*快速通道*/
.index-express{
  height: 105px;
}
.index-express > span{
  width: 105px;
  height: 105px;
  background: #3082f1;
  display: block;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  padding: 20px;
}
.index-express > ul {
  border: 1px solid #e8e8e8;
  background: #4fe6f7;
  width: 1055px;
}
.index-express > ul li{
  width: 25%;
  float: left;
  height: 105px;
  padding: 29px 44px;
  position: relative;
}
.index-express > ul li:not(:last-child):after{
  content: "";
  width: 1px;
  background: #e8e8e8;
  height: 55px;
  display: block;
  position: absolute;
  right: 0;
  top: 28px;
}
.index-express > ul li > a{
  display: block;
  width: 100%;
  height: 100%;
  color: #62ab00;
  font-weight: 600;
  font-size: 20px;
}
.index-express > ul li > a span{ color:#000000;}
.index-express > ul li > a p{
  font-size: 14px;
  font-weight: normal;
}
.index-express > ul li > a p.tel{
  color: #333;
  font-size: 18px;
  font-weight: 600;
}
.index-express > ul li > a img{
  transition: all .3s;
  float: left;
}
.index-express > ul li > a:hover img{
  transform: scale(1.2);
}

/*医生团队*/
.index-doctors{
  width: 1180px;
}
.index-doctors li{
  flex-direction: column;
  border: 1px solid #e8e8e8;
  width: 275px;
  height: 280px;
  float: left;
  margin-right: 20px;
}
.index-doctors li .doc-photo{
  width: 68px;
  height: 68px;
  position: relative;
  margin-right: 20px;
}
.index-doctors li .doc-photo img{
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
.index-doctors li .doc-photo:after{
  content: "\63a8\8350";
  width: 48px;
  text-align: center;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  position: absolute;
  bottom: -7px;
  left: 50%;
  margin-left: -24px;
  background: #ffa626;
}
.index-doctors li .doc-text{
  line-height: 26px;
  width: 140px;
  overflow: hidden;
}
.index-doctors li .who .name{
  color: #000000;
  margin-right: 5px;
  font-weight: 600;
}
.index-doctors li .who span.hot{
  font-size: 12px;
  color: #fff;
  background: #e60012;
}
.index-doctors li .who .grade{
  font-size: 14px;
  color: #666;
}
.index-doctors li .stars:before{
  content: "\8bc4\5206\ff1a";
  font-size: 14px;
  color: #999;
}
.index-doctors li .stars i{
  color: #ffac2d;
  font-size: 12px;
}
.index-doctors li .where,.index-doctors li .grade,.index-doctors li .department{
  font-size: 14px;
  color: #999;
}
.index-doctors li > a{
  padding: 10px 18px;
  border: 1px dashed #e5e5e5;
  background: #f9f9f9;
  height: 88px;
  overflow: hidden;
}
.index-doctors li .summary{
  font-size: 14px;
  color: #999;
  line-height: 22px;
  white-space: normal;
}
.index-doctors li .doctor-btns a{
  display: block;
  width: 110px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 15px;
}
.index-doctors li .doctor-btns a:first-child{
  color: #fff;
  background: #6cbcff;
}
.index-doctors li .doctor-btns a:last-child{
  color: #fff;
  border: 1px solid #ffa626!important;
  background: #ffa626;
}

/*疾病知识*/
.index-disease{
  height: 380px;
}
.index-disease .left-two-imgs{
  width: 280px;
  flex-direction: column;
  height: 380px;
}
.index-disease .left-two-imgs:nth-child(2){
  margin-top: 20px;
}
.index-disease .left-two-imgs > a{
  height: 180px;
}
.index-disease .left-two-imgs > a:last-child{
  margin-top: 20px;
}
.index-disease .right-links{
  width: 850px;
  position: relative;
}

.index-disease .right-links .all-disease-articles{
  position: absolute;
  background: #fff;
  z-index: 99;
}
.index-disease .right-links .sub-column-articles{
  position: absolute;
  z-index: 1;
  color: #fff;
  font-size: 1px;
  line-height: 0;
}
.index-disease .right-links .column-title{
  white-space: nowrap;
}
.index-disease .right-links .column-title span,ul.column-title li{
  display: inline-block;
  font-size: 14px;
  color: #666;
  background: #eef0f0;
  line-height: 32px;
  border-radius: 16px;
  margin-right: 2px;
}
.index-disease .right-links .column-title span a,ul.column-title li a{
  color: inherit;
  width: 100%;
  height: 100%;
  padding: 0 25px;
  display: block;
}
.index-disease .right-links .column-title span:first-child,.index-disease .right-links .column-title span:not(:first-child):hover,ul.column-title li.cur,ul.column-title li:hover{
  color: #fff;
  background: #62ab00;
}
.index-disease .top-two-li{
  width: 850px;
  height: 104px;
}
.index-disease .top-two-li li{
  width: 48%;
  border-bottom: 1px dashed #e8e8e8;
}
.index-disease .top-two-li li:first-child{
  float: left;
}
.index-disease .top-two-li li:last-child{
  float: right;
}
.index-disease .top-two-li li h5 > a{
  font-size: 16px;
  font-weight: 600;
  color: #333;
  line-height: 30px;
}
.index-disease .top-two-li li > a:hover,.index-disease .top-two-li li p > a:hover,.index-disease ul.bottom-fourteen-li li a:hover{
  color: #62ab00;
}
.index-disease .top-two-li li p{
  font-size: 14px;
  color: #999;
  line-height: 24px;
}
.index-disease .top-two-li li p > a{
  color: #ff6e4a;
}
.index-disease ul.bottom-fourteen-li{
  width: 850px;
}
.index-disease ul.bottom-fourteen-li li{
  width: 48%;
  float: left;
}
.index-disease ul.bottom-fourteen-li li:nth-child(2n + 1){
  margin-right: 4%;
}
.index-disease ul.bottom-fourteen-li li a{
  color: #333;
  font-size: 14px;
  line-height: 30px;
}

/*医院风采*/
.index-mien{
  width: 1180px;
}
.index-mien li{
  width: 275px;
  height: 200px;
  float: left;
  margin-right: 20px;
}
span.img-title{
  transition: all .3s;
}
a:hover span.img-title{
  color: #62ab00;
}

/*网友评论*/
.public-title > em{
  font-style: normal;
  font-size: 14px;
  color: #999;
  position: relative;
  top: 3px;
  left: 20px;
}
.index-says li{
  border-bottom: 1px dashed #e8e8e8;
}
.index-says li > img{
  width: 50px;
  height: 50px;
}
.index-says li .says-wrap{
  width: 1092px;
}
.index-says li .says-info span,.index-says li .says-info dl.how dd:first-of-type{
  color: #ff6e4a;
  font-size: 14px;
  margin-right: 20px;
}
.index-says li .says-info span:before{
  color: #999;
}
.index-says li .says-info span.who:before{
  content: "\8bc4\8bba\6765\6e90\ff1a";
}
.index-says li .says-info span.where:before{
  content: "\0049\0050\5730\5740\ff1a";
}
.index-says li .says-info span.which:before{
  content: "\5c31\8bca\75be\75c5\ff1a";
}
.index-says li .says-info dl.how{
  margin-left: auto;
  color: #999;
  font-size: 14px;
}
.index-says li .says-info dl.how dd:not(:last-child){
  margin-right: 10px;
}
.index-says li .says-info dl.how dd,.index-says li .says-info dl.how dt{
  float: left;
}
.index-says .says-content{
  padding: 10px 20px;
  border: 2px solid #e5e5e5;
  background: #f9f9f9;
}
.index-says .says-content p{
  font-size: 14px;
  line-height: 22px;
  color: #666;
  white-space: normal;
}
.more-link{
  width: 100%;
  height: 42px;
  background: #85b4fa;
  margin-bottom: 15px;
}
.more-link a{
  display: block;
  width: 100%;
  height: 100%;
  color: #000000;
  line-height: 42px;
  text-align: center;
  font-size: 14px;
}

/*快捷通道*/
.public-channel{
  height: 80px;
  margin-top: 50px!important;
}
.public-channel li{
  float: left;
  width: 20%;
}
.public-channel li img{
  margin-right: 10px;
  float: left;
}
.public-channel li .channel-text{
  margin-top: 14px;
}
.public-channel li dt{
  font-size: 18px;
  font-weight: 600;
  color: #666;
  margin-bottom: 5px;
  transition: all .3s;
}
.public-channel li dd{
  font-size: 14px;
  color: #999;
}
.public-channel li:first-child:hover dt{
  color: #6668be;
}
.public-channel li:nth-child(2):hover dt{
  color: #55b483;
}
.public-channel li:nth-child(3):hover dt{
  color: #c8765c;
}
.public-channel li:nth-child(4):hover dt{
  color: #68a3bc;
}
.public-channel li:nth-child(5):hover dt{
  color: #4aac96;
}

/*友情链接*/
.friendly-links{
  overflow: hidden;
}
.friendly-links li{
  margin-right: 25px;
  line-height: 26px;
  float: left;
}
.friendly-links li a{
  color: #999;
  font-size: 14px;
}

/*footer*/
.footer-nav{
  background: #62ab00;
  height: 46px;
  line-height: 46px;
}
.footer-nav ul li{
  float: left;
  width: 14.28%;
  color: #999;
  text-align: center;
}
.footer-nav ul li a{ color:#ffffff;}
.footer-info{
  text-align: center;
}
.footer-info span.hospital-name{
  font-size: 24px;
  font-weight: 600;
  color: #62ab00;
  line-height: 30px;
  margin-bottom: 5px;
  display: inline-block;
}
.footer-info p{
  line-height: 28px;
  color: #999;
  font-size: 14px;
  text-align: center;
}
.footer-info p:first-of-type{
  color: #333;
}

/*商务通浮动*/
.swt-left-img,.swt-right-img{
  position: fixed;
  top: 22%;
  display: block;
}
.swt-left-img,.swt-right-img > a{
  display: block;
}
.swt-left-img{
  left: 20px;
}
.swt-right-img{
  right: 20px;
}


/*医院介绍*/
.bread-crumbs{
  font-size: 14px;
  color: #999;
  overflow: hidden;
}
.bread-crumbs li{
  float: left;
}
.bread-crumbs > img{
  width: 16px;
  height: 16px;
  position: relative;
  top: 2px;
  margin-right: 10px;
}
/**.bread-crumbs li:not(:last-child):after{
  font-family: fontawesome;
  content: "\f105";
  padding: 0 10px;
}**/
.hospital-map img{
  width: 100%;
  height: auto;
}

.main .left-content{
  border: 1px solid #e8e8e8;
  padding: 30px;
  margin-bottom: 35px;
}
.list-p > div{
  overflow: hidden;
}
.list-p > div > span{
  display: inline-block;
  margin: 15px 0 10px 0;
  line-height: 30px;
  float: left;
  width: 48px;
}
.list-p > div p{
  width: 730px;
  float: left;
}
.list-p p{
  color: #666;
  line-height: 30px;
  margin: 15px 0 10px 0;
}

/*右侧通用*/

.right-title span{
  font-size: 20px;
  font-weight: normal;
  line-height: 46px;
}
  /*医生团队*/
.right-doctors{
  overflow: hidden;
  width: 300px;
  height: auto;
}
.right-doctors li .doctor-info{
  position: relative;
}
.right-doctors li{
  border: none;
  width: 100%;
  padding: 15px 0;
  height: 110px;
  margin: 0;
}
.right-doctors li:not(:last-child){
  border-bottom: 1px dashed #e8e8e8;
}
.right-doctors li .doc-photo{
  margin-right: 15px;
}
.right-doctors li .grade,.right-doctors li .department{
  font-size: 14px;
  color: #666;
}
.right-doctors li .grade:before{
  content: "\804c\79f0\ff1a";
  color: #999;
}
.right-doctors li .department:before{
  content: "\79d1\5ba4\ff1a";
  color: #999;
}
.right-doctors .doc-btn{
  position: absolute;
  right: 0;
  bottom: 4px;
  font-size: 14px;
  color: #ffffff;
  width: 80px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border: 1px solid #ffa626;
  background:#ffa626;
}

  /*热门文章*/
.right-hot-articles li{
  font-size: 15px;
  color: #333;
  padding: 7px 0;
}

/*医生列表页*/
ul.doc-list li{
  position: relative;
  padding: 30px 0;
  border-bottom: 1px dashed #e8e8e8;
}
ul.doc-list li:first-child{
  padding-top: 0;
}
ul.doc-list li:last-child{
  padding-bottom: 0;
  border: none;
}
ul.doc-list li a.doc-img{
  display: block;
  width: 180px;
  height: 180px;
  margin-right: 30px;
}
ul.doc-list li a.doc-img img{
  width: 100%;
  height: 100%;
}
ul.doc-list li .doc-info{
  float: left;
  width: 430px;
}
ul.doc-list li .doc-info .doc-goodAt{
  white-space: normal;
  line-height: 28px;
  margin-top: 5px;
}
ul.doc-list li .doc-info .doc-goodAt i{
  font-style: normal;
  float: left;
  width: 350px;
}
ul.doc-list li .doc-info .doc-name{
  font-size: 24px;
  font-weight: 600;
  color: #333;
}
ul.doc-list li .doc-info span{
  display: block;
  line-height: 40px;
  color: #666;
}
ul.doc-list li .doc-info span em{
  color: #999;
  font-style: normal;
}
ul.doc-list li .doc-info .stars{
  color: #ffa626;
}
ul.doc-list li .doc-info .doc-goodAt a{
  color: #62ab00;
}
ul.doc-list li .doc-info .doc-goodAt a:hover{
  color: #ff6e4a;
}
ul.doc-list li .doc-btns{
  height: 90px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -45px;
  flex-direction: column;
}
ul.doc-list li .doc-btns a,.doc-card .doc-btns a{
  width: 110px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  display: block;
}
ul.doc-list li .doc-btns a:first-of-type,.doc-card .doc-btns a:first-of-type{
  color: #fff;
  background: #0266e0;
}
ul.doc-list li .doc-btns a:last-of-type,.doc-card .doc-btns a:last-of-type{
  color: #ffffff;
  border: 1px solid #ffa626;
  background: #ffa626;
}

/*医生详情页*/
.doc-card{
  position: relative;
}
.doc-card .doc-img{
  width: 180px;
  height: 180px;
  margin-right: 30px;
}
.doc-card .doc-img img{
  width: 100%;
  height: 100%;
}
.doc-card .doc-info{
}
.doc-card .doc-info span{
  color: #666;
  display: block;
  line-height: 44px;
}
.doc-card .doc-info span em{
  font-style: normal;
  color: #999;
}
.doc-card .doc-info .doc-name{
  font-size: 28px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}
.doc-card .doc-info .doc-name i{
  font-size: 18px;
  color: #ffac2d;
}
.doc-card .doc-info .doc-name i:first-of-type{
  margin-left: 10px;
}
.doc-card .doc-btns{
  position: absolute;
  right: 50px;
  height: 90px;
  top: 50%;
  margin-top: -45px;
  flex-direction: column;
}

.doc-register{
  border: 1px solid #e8e8e8;
  border-bottom: none;
  font-size: 14px;
}
.doc-register ul li{
  float: left;
  width: 12.5%;
  text-align: center;
  line-height: 40px;
  border-bottom: 1px solid #e8e8e8;
  color: #666;
}
.doc-register ul li:not(:last-child){
  border-right: 1px solid #e8e8e8;
}
.doc-register ul li a{
  font-weight: 600;
  color: #62ab00;
}
.doc-register ul.title-line li{
  height: 50px;
  line-height: 50px;
}
.adv-under-article{
	overflow:hidden;
  padding: 0!important;
  border: none!important;
}
.adv-under-article img{ width:100%}
.other-doctors{
  width: 852px;
}
.other-doctors li .title-on-img img{
  width: 100%;
  height: auto;
}
.other-doctors li{
  float: left;
  width: 200px;
  margin-right: 13px;
  height:150px;
}

/*疾病知识*/
.article-list li{
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px dashed #e8e8e8;
}
.article-list li:first-child{
  padding-top: 0;
}
.article-list li h3 > a{
  font-size: 18px;
  font-weight: 600;
  color: #333;
}
.article-list li > p{
  font-size: 14px;
  color: #999;
  white-space: normal;
  line-height: 26px;
}
.article-list li > p > a,.article-list li > a:hover,.article-list .list-info span a:hover{
  color: #62ab00;
}
.article-list li > p > a:hover,.article-list .list-info span a{
  color: #ff6e4a;
}
.article-list .list-info span{
  font-size: 14px;
  color: #bbb;
}

.list-pager{
  margin-top: 40px;
  width: auto;
  text-align: center;
}
.list-pager li{
  /*float: left;*/
  display: inline-block;
  color: #666;
  margin: 0 3px;
  border: 1px solid #e8e8e8;
}
.list-pager li.cur-page,.list-pager li:hover{
  background: #62ab00;
  border: 1px solid #62ab00;
  color: #fff;
}
.list-pager li a,.list-pager li strong{
  color: inherit;
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px 15px;
}

/*文章页*/
.article-wrap h1{
  font-size: 28px;
  font-weight: 600;
  color: #333;
  text-align: center;
  line-height: 40px;
}

.question-wrap h1{
  font-size: 28px;
  font-weight: 600;
  color: #333;
  line-height: 40px;
}

.article-wrap h2{
  font-size: 22px;
  font-weight: 600;
  color: #333;
}
.article-wrap h2::before{
	content: "";
	display: block;
	float: left;
	width: 4px;
	height: 28px;
	background: #209CDD;
	border-radius: 4px;
	margin-right: 10px;
}
.article-wrap h3{
  font-size: 18px;
  font-weight: 600;
  color: #333;
  line-height: 1.8;
}

.article-wrap h6{
	padding: 16px 24px;
	border-left: 2px solid #209CDD;
	background: rgba(32,156,221,0.05);
	margin-top: 24px;
	color: #666;
}

.article-wrap .article-info{
  text-align: center;
  margin-top: 10px;
}
.article-wrap .article-info span{
  color: #bbb;
  font-size: 14px;
}
.article-wrap .article-info span em{
  font-style: normal;
}
.article-wrap .article-p{
  margin-top: 30px;
}
.article-p p{
  color: #333;
}
.article-p iframe{ width:100%; height:400px;}
.article-wrap .article-p p img{
  margin: 0 auto;
display:block;
}
.prev-next{
  margin-top: 50px;
}
.prev-next > div{
  width: 50%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.prev-next > div:last-child{
  text-align: right;
}
.prev-next span{
  color: #999;
}
.prev-next span + a{
  color: #62ab00;
}
.prev-next span + a.no-others{
  pointer-events: none;
  color: #999;
}
.other-articles li > a > span.img-title{
  height: 30px;
  line-height: 30px;
  font-size: 14px;
}
.other-article-nopic li{
  width: 50%;
  float: left;
  padding: 8px 0;
  font-size: 14px;
  color: #333;
}
/*医院环境*/
.list-enviroment li{
  width: 380px;
  float: left;
  margin-bottom: 18px;
}
.list-enviroment li a span{
  font-size: 16px!important;
}
.list-enviroment li:nth-child(2n + 1){
  margin-right: 18px;
}
.list-enviroment li:nth-last-child(-n + 2){
  margin-bottom: 0;
}

/*网友评论*/
.says-list li .says-wrap{
  width: 710px;
}
.pub-says > .public-title span{
  font-weight: 600;
}
.pub-says-content{
  border: 1px solid #e8e8e8;
}
.pub-says-content .pleased{
  width: 100%;
  line-height: 24px;
}
.pub-says-content .pleased span{
  color: #666;
}
.pub-says-content .pleased ul li{
  font-size: 14px;
  padding: 0 10px;
  border: 1px solid #bbb;
  margin: 0 5px;
  cursor: pointer;
  color: #999;
}
.pub-says-content .pleased ul li.selected{
  color: #62ab00;
  border: 1px solid #62ab00;
}
.pub-says-content .pleased ul li span{
  color: inherit;
}
.pub-says-content textarea{
  width: 100%;
  height: 100px;
  border: 1px solid #ccc;
  resize: none;
  padding: 10px;
}
.pub-says-content textarea:focus{
  outline: 1px solid #62ab00;
  border: none;
}
.says-bottom .word-surplus{
  font-size: 14px;
  line-height: 32px;
  color: #999;
}
.says-bottom .says-submit{
  width: 100px;
  height: 32px;
  background: #62ab00;
  color: #fff;
  line-height: 32px;
  text-align: center;
  border: none;
  outline: none;
  cursor: pointer;
}







.top-banner > a{
display:block;
width:100%;
height:100%;
margin:auto;
}


.right-doctors .doc-yygh{ bottom:36px; background: #0266e0; color:#ffffff; border: 1px solid #0266e0;}
.right-doctors .doc-yygh a:hover{ color:#ffffff;}


.jcyytj{ overflow: hidden; margin-top: 16px; border: 1px solid #e5e5e5; padding-bottom: 15px;}
.jcyytjTitle{ width: 100%; overflow: hidden; background: #f7f7f7;}
.jcyytjTitle li{ float: left; width: 50%; border-left: 1px solid #e5e5e5; margin-left: -1px; overflow: hidden; border-bottom: 1px solid #e5e5e5;}
.jcyytjTitle li span{ display: block; height: 38px; line-height: 38px; overflow: hidden; text-align: center; color: #666666; font-size: 16px;}
.jcyytjTitle li.moren{ background: #ffffff; border-bottom: 1px solid #ffffff; font-weight: bold;}
.jcyytjList{ overflow: hidden; padding: 0 15px; display: none;}
.jcyytjPic{ overflow: hidden; margin-top: 16px;}
.jcyytjPic dl{ float: left; width: 47.015%; overflow: hidden;}
.jcyytjPic dl#num2{ float: right;}
.jcyytjPic dl:nth-child(2n){ float: right;}
.jcyytjPic dl dt{ overflow: hidden; height: 90px;}
.jcyytjPic dl dt img{ display: block; width: 100%; height: 100%;}
.jcyytjPic dl dd{ color: #333333; font-size: 12px; line-height: 24px; height: 24px; overflow: hidden; margin-top: 3px;}
.jcyytjPic dl dd a{ color: #333333;}
.jcyytjPic dl dd a:hover{ text-decoration: underline; color: red;}
.jcyytjWen{ overflow: hidden; margin-top: 8px;}
.jcyytjWen li{ color: #666666; font-size: 14px; line-height: 28px; height: 28px; overflow: hidden; background: url("../images/index_129.jpg") no-repeat 6px 12px; padding-left: 20px;}
.jcyytjWen li a{ color: #666666;}

.qmyykVideo{ overflow:hidden;}
.qmyykVideo dl{ width:216px; float:left; margin-right:20px; overflow:hidden; margin-top:15px;}
.qmyykVideo dl:last-child{ margin-right:0px;}
.qmyykVideo dl dt{ overflow:hidden; width:100%; height:143px;}
.qmyykVideo dl dt img{ display:block; width:100%; height:100%;}
.qmyykVideo dl dd{ overflow:hidden; font-size:14px; line-height:30px; height:30px; text-align:center;}

.kejsInfo{ overflow:hidden; margin-top:20px; background:#f1f1f1; padding:15px; line-height: 26px; font-size: 14px; border-radius:5px;}
.ksScjb{ font-size: 14px; color: #000; font-weight: 700; margin-top:20px;}
.ksScjbList{ overflow:hidden; font-size:0px;}
.ksScjbList a{ display:inline-block; margin-top:15px; padding: 10px 20px; margin-right: 15px; margin-bottom: 15px; border-radius: 10px; color: #fff; background: #62ab00; font-size:14px;}

.xuanzebox{ float: left; overflow: hidden;}
.xuanzebox select{ border: 1px solid #bbb; width: 200px; height: 30px; line-height: 30px; color: #666; font-size: 14px;}
.pingluntop{ overflow:hidden; line-height:36px; color:#666666; font-size:14px;}
.pingluntopleft{ float:left;}
.pingluntopleft p{ float:left; padding-right:10px;}
.pingluntopleft p span{ font-weight:bold;}
.pingluntopright{ float:right;}
.pingluntopright p{ float:right; padding-left:10px;}
.pingluntopright p span{ color:#ff6e4a;}
.pingluninfo{ overflow:hidden; line-height:24px; color:#666666; font-size:14px; white-space: normal;}
.pinglunuser{ overflow:hidden; font-size:14px; color: #5d9798; line-height:30px;}

#tladv02 img{ width:100%;}

.qmyykgbtop{ overflow: hidden; margin-top: 20px;}
.qmyykgbtopleft{ float: left; width: 770px; overflow: hidden;}
.qmyykgbtopimg{ float: left; width: 268px; height: 306px; margin-right: 46px;}
.qmyykgbtopimg img{ display: block; width: 100%; height: 100%;}
.qmyykgbtopinfo{ overflow: hidden;}
.qmyykgbtopjs{ overflow: hidden; font-size: 14px; line-height: 30px; color: #333333; display: -webkit-box;  -webkit-line-clamp: 5; -webkit-box-orient: vertical;}
.qmyykgbtopjs a{ color: #47b14c;}
.qmyykgbtoplxfs{ overflow: hidden; margin-top: 20px;}
.qmyykgbtoplxfs li{ font-size: 14px; line-height: 26px; height: 26px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #666666;}
.qmyykgbtopan{ overflow: hidden; margin-top: 25px; text-align: center; font-size: 0px;}
.qmyykgbtopan a{ display: inline-block; width: 164px; font-size: 16px; background: #6cbcff; border: 1px solid #368deb; color: #ffffff; height: 44px; line-height: 44px; border-radius: 5px;}
.qmyykgbtopan a:nth-child(2){ background: #ffa626; border: 1px solid #ffa626; margin-left: 40px;}
.qmyykgbtopright{ float: right; width: 340px; overflow: hidden;}
.qmyykgbtopwen{ overflow: hidden;}
.qmyykgbtopwen li{ font-size: 14px; line-height: 30px; height: 34px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.qmyykgbtopwen li a{ color: #666666;}
.qmyykgbtopwen li a:hover{ color: #47b14c;}

.qmyykTsks{ overflow:hidden;}
.qmyykTsks dl{ float: left; margin-top: 15px; border: 1px solid #62ab00; height: 42px; padding: 2px 3px; width: 208px; border-radius: 5px; margin-right: 20px; box-sizing: content-box;}
.qmyykTsks dl:nth-child(5n){ margin-right: 0px;}
.qmyykTsks dl dt{ float: left; width: calc(100% - 34px); line-height: 42px; height: 42px; overflow: hidden; text-align: center; font-size: 16px;}
.qmyykTsks dl dt a{ color: #368deb;}
.qmyykTsks dl dd{ float: right; width: 34px; height: 32px; text-align: center; background: #ffa626; border-radius: 5px; font-size: 12px; line-height: 16px; padding: 5px 0; overflow:hidden;}
.qmyykTsks dl dd a{ color: #FFFFFF;}
.qmyykTsks dl:hover{ background: #62ab00; cursor: pointer;}
.qmyykTsks dl:hover dt a{ color: #FFFFFF;}

.qmyykgbdtsp{ overflow: hidden;}
.qmyykgbyydt{ float: left; width: 510px; overflow: hidden;}
.qmyykgbyydtimg{ overflow: hidden; margin-top: 15px; height: 200px;}
.qmyykgbyydtimg img{ display: block; margin: 0 auto; width: 100%; height: 100%;}
.qmyykgbyydtwen{ overflow: hidden; margin-top: 11px;}
.qmyykgbyydtwen li{ line-height: 32px; height: 32px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}
.qmyykgbyydtwen li::before{ content: ""; display: inline-block; background: #e5e5e5; width: 5px; height: 5px; border-radius: 50%; margin-right: 8px; position: relative; top: -2px;}

.qmyykgbtssp{ float: right; width: 580px; overflow: hidden;}
.qmyykgbtsspbox{ overflow: hidden;}
.qmyykgbtsspbox dl{ overflow: hidden; margin-top: 15px; float: left; width: 260px;}
.qmyykgbtsspbox dl:nth-child(2n){ float: right;}
.qmyykgbtsspbox dl dt{ overflow: hidden; height: 174px;}
.qmyykgbtsspbox dl dt img{ display: block; width: 100%; height: 100%;}
.qmyykgbtsspbox dl dd{ line-height: 36px; height: 36px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 14px; text-align: center;}

.qmyykgbfoot{ overflow: hidden; display: inline-flex; align-items: center; margin: 0 auto;}
.qmyykgbfootlogo{ overflow: hidden; margin-right: 30px;}
.qmyykgbfootlogo img{ display: block; width: 100%;}
.qmyykgbfootinfo{ overflow: hidden; text-align:left; width:300px;}
.qmyykgbfootinfo span{ display: block; font-size: 20px; color: #62ab00; line-height: 32px; font-weight: bold;}
.qmyykgbfootinfo p{ font-size: 14px; color: #333333; line-height: 28px; text-align:left;}


.pub-date{
    margin-right: 20px;
}
.pub-views{
    margin-left: 20px;
}

.df{
    display:flex;
}
.pdtb24{
    padding-top:24px;
    padding-bottom:24px;
}
.topic_title{
    width:40px;
    height:290px;
    padding:0 12px;
    background:#F5F5F5;
    box-sizing:border-box;
    line-height:1;
    font-size:16px;
}
.jcc{
    justify-content:center;
}
.fdc{
    flex-direction:column;
}
.lh2{
    line-height:2;
}
.c666{
    color:#666;
}
.ml32{
    margin-left:34px;
}
.fwb{
    font-weight:bold;
}
.fs20{
    font-size:20px;
}
.mt16{
    margin-top:16px;
}
.mt24{
    margin-top:24px;
}
.mt12{
    margin-top:12px;
}
.cBlue{
    color:#209cdd;
}
.di{
    display:inline;
}
.topic_list p{
	counter-increment: cli;
}
.topic_list p::before{
	content: counter(cli)"、";
}
.br8{
    border-radius:8px;
}
.pdlr24{
    padding-left:24px;
    padding-right:24px;
}
.bgfff{
    background:#fff;
}
.lh15{
    line-height:1.5;
}
.item_wd_w::before,.item_wd_d::before{
	color: #fff;
	font-weight: bold;
	margin-right: 12px;
}
.item_wd_w::before{
	content: "问";
	background: #71CD26;
}
.item_wd_d::before{
	content: "答";
	background: #209CDD;
}
.fs14{
    font-size: 14px;
}
.c999{
    color:#999;
}
.mt30{
    margin-top:30px;
}
.jcb{
    justify-content:space-between;
}
.fs24{
    font-size: 24px;
}
.ml6{
    margin-left:6px;
}
.jce{
    justify-content:end;
}
.fdc{
    flex-direction:column;
}
.pr{
    position:relative;
}
.list_answer{
	padding-bottom: 24px;
}
.list_answer::before{
	content: "";
	position: absolute;
	border-left: 1px dashed #CCC;
	left: 16px;
	height: calc(100% - 24px);
}
.list_answer::after{
	content: "END";
	position: absolute;
	color: #ccc;
	bottom: 0;
}
.list_answer li{
	padding-left: 56px;
}
.list_answer li:last-child{
	padding-bottom: 30px;
}
.list_answer li::before{
	content: counter(hota);
	display: block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	border-radius: 32px;
	background: #209CDD;
	color: #fff;
	text-align: center;
	font-size: 16px;
	position: absolute;
	left: 0;
}
.list_answer li{
	counter-increment: hota;
}

table{
	border-left: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	border-spacing: 0;
	width: 100%;
	margin: 20px auto 0;
	border-radius: 8px;
}
table tr:first-child{
	background: rgba(32,156,221,0.05);
}
table tr:last-child td:first-child{
	border-radius: 0 0 0 8px;
}
table tr:first-child td:last-child{
	border-radius: 0 8px 0 0;
}
table tr:last-child td:last-child{
	border-radius: 0 0 8px 0;
}
table tr td{
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	text-align: center;
	vertical-align: middle;
	padding: 16px;
	line-height: 1.5;
	word-break: break-all;
}
